home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / CODE / Chap05 / CtlDemo1 / Resource.h < prev   
Encoding:
C/C++ Source or Header  |  1996-04-05  |  515 b   |  19 lines

  1. //***********************************************************************
  2. //
  3. //  Resource.h
  4. //
  5. //***********************************************************************
  6.  
  7. #define IDR_MAINFRAME           100
  8.  
  9. #define IDM_FILE_NEW            110
  10. #define IDM_FILE_EXIT           111
  11.  
  12. #define IDM_EDIT_UNDO           120
  13. #define IDM_EDIT_CUT            121
  14. #define IDM_EDIT_COPY           122
  15. #define IDM_EDIT_PASTE          123
  16. #define IDM_EDIT_DELETE         124
  17.  
  18. #define IDC_EDIT                130
  19.